home *** CD-ROM | disk | FTP | other *** search
- (if (= @language "deutsch")
- (
- (SET Intro "Wilkommen zum Installer-Script für FlyingWindows")
- (SET Where "Wohin soll das Binary von Flying windows hinkopiert werden ?")
- )
- )
-
- (if (= @language "english")
- (
- (SET Intro "Welcome to the installer-script for FlyingWindows")
- (SET Where "Where do you want to place the binary of FlyingWindows")
- )
- )
-
- (SET Wuck
- (ASKDIR
- (PROMPT Where)
- (HELP "")
- (DEFAULT "sys:wb-startup")
- )
- )
-
- (COPYFILES
- (SOURCE ":util/Blank/FlyingWindows/ ")
- (DEST Wuck)
- )
-
- (if (= @language "deutsch")
- (COPYFILES
- (SOURCE ":util/Blank/FLyingWindows/ ")
- (DEST "sys:locale/catalogs/deutsch")
- )
- )
-
-
-